html {
    scroll-behavior: smooth;
}

.feature-list li {
    position: relative;
    padding-left: 24px;
    list-style: none;
}

.feature-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #22c55e;
    font-size: 14px;
}

.content table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #0066cc;
    color: #374151;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 13px;
}

.content table thead tr {
    background-color: rgb(209 213 219);
}

.content table td,
.content table th {
    border: 1px solid #e5e5e5;
    padding: 8px 12px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.content table span {
    display: block;
    color: #0066cc;
}

.tableScrolling table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 1000px !important;
    font-size: 12px;
}

.tab-even table tr:nth-child(even):not(:first-child) {
    background-color: #fafafa;
}

.content p {
    margin-bottom: 1.5rem;
}

.content p a {
    font-weight: bold;
}

.content h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 1rem 0;
}

.content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 1rem 0;
}

.content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 1rem 0;
}



.content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    border-radius: 0.25rem;
}

.content ul {
    list-style: inside;
    padding: 10px;
    opacity: 0.8;
}

.content>div {
    width: 100%;
    overflow: auto;
}



.pages a,
.pages span {
    display: inline-block;
    padding: 0.2rem 0.8rem;
    border-radius: 0.25rem;
}

/* 手机端 (< 768px) */
@media (max-width: 767px) {
    .main-top {
        padding-top: 56px;
    }

    .container {
        padding: 0 10px;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .content h1 {
        font-size: 24px;
    }

    .content h2 {
        font-size: 20px;
    }

    .content h3 {
        font-size: 18px;
    }

    .content h4 {
        font-size: 16px;
    }
}

/* 平板端 (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .main-top {
        padding-top: 64px !important;
    }

    .container {
        padding: 0 20px;
        max-width: 960px;
    }
}

/* 桌面端 (> 1024px) */
@media (min-width: 1025px) {
    .main-top {
        padding-top: 118px;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}